-
-
Notifications
You must be signed in to change notification settings - Fork 398
[breaking] Removed real_name
field from gRPC Library message
#1890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportBase: 36.58% // Head: 36.74% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1890 +/- ##
==========================================
+ Coverage 36.58% 36.74% +0.16%
==========================================
Files 231 231
Lines 19696 19720 +24
==========================================
+ Hits 7206 7247 +41
+ Misses 11659 11642 -17
Partials 831 831
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3b474e0
to
8e133de
Compare
Co-authored-by: per1234 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Cristian!
It has been removed from the gRPC API: arduino/arduino-cli#1890 This PR switches from `real_name` to `name` in the UI, as the `name` is the canonical form provided by the CLI. Closes #1525 Signed-off-by: Akos Kitta <[email protected]>
It has been removed from the gRPC API: arduino/arduino-cli#1890 This PR switches from `real_name` to `name` in the UI, as the `name` is the canonical form provided by the CLI. Closes #1525 Signed-off-by: Akos Kitta <[email protected]>
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)Removed the
real_name
field from gRPC APIcommands.v1.Library
Library.real_name
andLibrary.name
have the same values andreal_name
is deprecated.real_name
has been removedtitled accordingly?
Yes, as described above